swift scroll to tableviewcell

157

let indexPath = IndexPath(row: row, section: section)
tableView.scrollToRow(at: indexPath, at: .top, animated: true)

Comments

Submit
0 Comments